Create Virtual Machine#2
2016/05/15 |
If you've installed Desktop Environment,
it's possible to create a Virtula machine on GUI.
This example shows to install Windows Server 2012 R2 on GUI.
|
|
[1] | Install some required packages first. |
root@dlp:~# apt-get -y install virt-manager qemu-system
|
[2] | Start terminal and run a command 'virt-manager' with root priviledge, next click the PC-icon on the upper left on the virt-manager . |
[3] | Specify the installation source. This example selects local media. |
[4] | Select Installation media or ISO image, and specify OS type and version. |
[5] | Specify the amount of memories and number of virtual CPUs. |
[6] | Specify the amount of disks. |
[7] | Make sure the settings you did are correct. |
[8] | Windows Server 2012 R2 installer starts. |
[9] | Installation finished and Windows Server 2012 R2 is running like follows. |